home *** CD-ROM | disk | FTP | other *** search
- function samethingcheck()
- {
- if(_root.hotkey.ctrlkey.showgo == this.showgo && this._name != "ctrlkey")
- {
- _root.hotkey.ctrlkey.reset();
- }
- if(_root.hotkey.shiftkey.showgo == this.showgo && this._name != "shiftkey")
- {
- _root.hotkey.shiftkey.reset();
- }
- if(_root.hotkey.deletekey.showgo == this.showgo && this._name != "deletekey")
- {
- _root.hotkey.deleteey.reset();
- }
- if(_root.hotkey.end.showgo == this.showgo && this._name != "end")
- {
- _root.hotkey.end.reset();
- }
- if(_root.hotkey.home.showgo == this.showgo && this._name != "home")
- {
- _root.hotkey.home.reset();
- }
- if(_root.hotkey.pageup.showgo == this.showgo && this._name != "pageup")
- {
- _root.hotkey.pageup.reset();
- }
- if(_root.hotkey.pagedown.showgo == this.showgo && this._name != "pagedown")
- {
- _root.hotkey.pagedown.reset();
- }
- if(_root.hotkey.ins.showgo == this.showgo && this._name != "ins")
- {
- _root.hotkey.ins.reset();
- }
- }
-